home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Hyper
/
Ss-Sz
/
StoryWriter1.2.cpt
/
Story Writer 1.2
/
background_4472.txt
< prev
next >
Wrap
Text File
|
1988-02-16
|
3KB
|
151 lines
-- background: 4472 from stack: in.2
-- bmap block id: 2530
-- flags: 0000
-- background id: 0
-- name:
-- part 1 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=51 top=22 right=46 bottom=455
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 1024
-- line height: 16
-- part name: title
-- part 2 (field)
-- low flags: 01
-- high flags: 0007
-- rect: left=52 top=82 right=283 bottom=464
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: story
-- part 3 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=120 top=302 right=327 bottom=245
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 4 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=96 top=52 right=71 bottom=414
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: date
-- part 5 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=276 top=299 right=323 bottom=357
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: New Story
----- HyperTalk script -----
on mouseUp
get empty
put it into card field "title" of card "title"
put it into card field "character" of card "title"
put it into card field "theme" of card "title"
visual effect scroll down
go to card "title"
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=363 top=299 right=323 bottom=401
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Quit
----- HyperTalk script -----
on mouseUp
answer "Quit HyperCard or go to Home Card?" with "Cancel" or "Quit" or "Go Home"
if it is "Go Home" then
go home
exit mouseUp
end if
if it is "cancel" then exit mouseUp
else visual effect zoom in
domenu "Quit Hypercard"
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=110 top=293 right=330 bottom=145
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
visual effect wipe right
go previous card
end mouseUp
-- part 12 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=221 top=296 right=329 bottom=257
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
go next
end mouseUp